-
-
Notifications
You must be signed in to change notification settings - Fork 391
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom data dir #206
base: master
Are you sure you want to change the base?
Custom data dir #206
Conversation
This pull request has been marked 'stale' due to lack of recent activity. If there is no further activity, the PR will be closed in another 30 days. Thank you for your contribution! Please read this blog post to see the reasons why I mark pull requests as stale. |
I reckon this is a no-brainer. |
This issue is no longer marked for closure. |
bbf898e
to
86e0075
Compare
@geerlingguy any chance of this being merged? The biggest use case for this is we can put it onto a separate volume than root without having all of /var in a separate disk in AWS. |
Not stale
… On Jun 22, 2022, at 9:00 PM, stale[bot] ***@***.***> wrote:
This pull request has been marked 'stale' due to lack of recent activity. If there is no further activity, the PR will be closed in another 30 days. Thank you for your contribution!
Please read this blog post to see the reasons why I mark pull requests as stale.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.
|
I've tested this and it works well just by setting this in the config/vars: postgresql_data_dir: "/data/pgsql/{{ postgresql_version }}/data" Much easier to move the data to another mounted volume |
This pull request has been marked 'stale' due to lack of recent activity. If there is no further activity, the PR will be closed in another 30 days. Thank you for your contribution! Please read this blog post to see the reasons why I mark pull requests as stale. |
Still not stale :) |
This issue is no longer marked for closure. |
3e45eab
to
ec3e0d4
Compare
This pull request has been marked 'stale' due to lack of recent activity. If there is no further activity, the PR will be closed in another 30 days. Thank you for your contribution! Please read this blog post to see the reasons why I mark pull requests as stale. |
not stale :)
…On Sat, Jun 17, 2023 at 6:57 PM stale[bot] ***@***.***> wrote:
This pull request has been marked 'stale' due to lack of recent activity.
If there is no further activity, the PR will be closed in another 30 days.
Thank you for your contribution!
Please read this blog post
<https://www.jeffgeerling.com/blog/2020/enabling-stale-issue-bot-on-my-github-repositories>
to see the reasons why I mark pull requests as stale.
—
Reply to this email directly, view it on GitHub
<#206 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AALBHSFCLQCFVGXVMOZWD4DXLY75JANCNFSM5RSLZCZQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
This issue is no longer marked for closure. |
I ended up adding a custom data directory to the molecule tests, which is why everything else is failing in the PR. What would be the best way to handle the |
This pr has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution! Please read this blog post to see the reasons why I mark issues as stale. |
not stale
…On Fri, Oct 27, 2023 at 2:57 PM github-actions[bot] < ***@***.***> wrote:
This pr has been marked 'stale' due to lack of recent activity. If there
is no further activity, the issue will be closed in another 30 days. Thank
you for your contribution!
Please read this blog post
<https://www.jeffgeerling.com/blog/2020/enabling-stale-issue-bot-on-my-github-repositories>
to see the reasons why I mark issues as stale.
—
Reply to this email directly, view it on GitHub
<#206 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AALBHSE4JMJVNW34EYG6ZMDYBQG2PAVCNFSM5RSLZCZ2U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCNZYGM2DGNJVGQ2Q>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
This pr has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution! Please read this blog post to see the reasons why I mark issues as stale. |
no stale |
…irectory Fixes geerlingguy#158, geerlingguy#40, geerlingguy#124 allowing for a custom data directory
b5b75fb
to
d78cabf
Compare
So it's failing on the EL versions because Is there a way in molecule to have specific variables for the different distros? |
This pr has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution! Please read this blog post to see the reasons why I mark issues as stale. |
Not staleOn Jul 26, 2024, at 2:57 PM, github-actions[bot] ***@***.***> wrote:
This pr has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!
Please read this blog post to see the reasons why I mark issues as stale.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
This pr has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution! Please read this blog post to see the reasons why I mark issues as stale. |
Fixes bugs #158, #40, #124 allowing for a custom data directory
This is a rebased version of #160, and #179